Html Css Color HEX #B7B71C Rio Grande

📋 copy color: '#B7B71C'

red 183 ◦ green 183 ◦ blue 28

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

Shades of Rio Grande #B7B71C

Tints of Rio Grande #B7B71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.45%

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 46.45%
G = 46.45%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7B71C (or 0xB7B71C) is known color: Rio Grande. HEX triplet: B7, B7 and 1C. RGB value is (183,183,28). Sum of RGB (Red+Green+Blue) = 183+183+28=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B71C is #4848E3. Grayscale: #A5A5A5. Windows color (decimal): -4737252 or 1882039. OLE color: 1882039.

HSL color Cylindrical-coordinate representation of color #B7B71C: hue angle of 60º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7B71C is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 183 28 -
CMYK 0 0 0.85 0.28
HSL 60º 0.73% 0.41% -
HSV(B) 60º 0.85% 0.72% -
XYZ 36.67 44.02 7.66 -
YUV 165.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 183 183 28 0 0 0.85 0.28 60 0.73 0.41
Hex B7 B7 1C 0 0 55 1C 3C 49 29
Octal 267 267 34 0 0 125 34 74 111 51
Binary 10110111 10110111 11100 0 0 1010101 11100 111100 1001001 101001

Color Harmonies of #B7B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B71C

Black with #B7B71C

Text Example


Text Example

White with #B7B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B71C; }

 p { color: rgb(183,183,28); }

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

background-color css

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

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

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

border-color css

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

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

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