Html Css Color HEX #B7B920 Rio Grande

📋 copy color: '#B7B920'

red 183 ◦ green 185 ◦ blue 32

#B7B920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B7B920

Tints of Rio Grande #B7B920

RGB

 RED value IS 183 (71.88% from 255) = 45.75%

 GREEN value IS 185 (72.66% from 255) = 46.25%

 BLUE value IS 32 (12.89% from 255) = 8%

R = 45.75%
G = 46.25%
B = 8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7B920 (or 0xB7B920) is known color: Rio Grande. HEX triplet: B7, B9 and 20. RGB value is (183,185,32). Sum of RGB (Red+Green+Blue) = 183+185+32=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B920 is #4846DF. Grayscale: #A7A7A7. Windows color (decimal): -4736736 or 2144695. OLE color: 2144695.

HSL color Cylindrical-coordinate representation of color #B7B920: hue angle of 60.78º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7B920 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 185 32 -
CMYK 0.01 0 0.83 0.27
HSL 60.78º 0.71% 0.43% -
HSV(B) 60.78º 0.83% 0.73% -
XYZ 37.14 44.87 8.07 -
YUV 166.96 51.84 139.44 -
System Red Green Blue C M Y K H S L
Decimal 183 185 32 0.01 0 0.83 0.27 60.78 0.71 0.43
Hex B7 B9 20 1 0 53 1B 3D 47 2B
Octal 267 271 40 1 0 123 33 75 107 53
Binary 10110111 10111001 100000 1 0 1010011 11011 111101 1000111 101011

Color Harmonies of #B7B920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B920

Black with #B7B920

Text Example


Text Example

White with #B7B920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B920; }

 p { color: rgb(183,185,32); }

 H1.HeaderClassName
 {
   color: #B7B920;
 }
 .AnyTagClassName
 {
   color: #B7B920;
 }
</style>

background-color css

<style>
 a { background-color: #B7B920; }

 a { background-color: rgb(183,185,32); }

 div.DivClassName
 {
   background-color: #B7B920;
 }
 .BgClassName
 {
   background-color: #B7B920;
 }
</style>

border-color css

<style>
 span { border-color: #B7B920; }

 span { border-color: rgb(183,185,32); }

 td.TdClassName
 {
   border-color: #B7B920;
 }
 .TagClassName
 {
   border-color: #B7B920;
 }
</style>