Html Css Color HEX #B7BF31 Rio Grande

📋 copy color: '#B7BF31'

red 183 ◦ green 191 ◦ blue 49

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

Shades of Rio Grande #B7BF31

Tints of Rio Grande #B7BF31

RGB

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

 GREEN value IS 191 (75% from 255) = 45.15%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 43.26%
G = 45.15%
B = 11.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B7BF31 (or 0xB7BF31) is known color: Rio Grande. HEX triplet: B7, BF and 31. RGB value is (183,191,49). Sum of RGB (Red+Green+Blue) = 183+191+49=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF31 is #4840CE. Grayscale: #ACACAC. Windows color (decimal): -4735183 or 3260343. OLE color: 3260343.

HSL color Cylindrical-coordinate representation of color #B7BF31: hue angle of 63.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7BF31 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 191 49 -
CMYK 0.04 0 0.74 0.25
HSL 63.38º 0.59% 0.47% -
HSV(B) 63.38º 0.74% 0.75% -
XYZ 38.71 47.55 10.04 -
YUV 172.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 183 191 49 0.04 0 0.74 0.25 63.38 0.59 0.47
Hex B7 BF 31 4 0 4A 19 3F 3B 2F
Octal 267 277 61 4 0 112 31 77 73 57
Binary 10110111 10111111 110001 100 0 1001010 11001 111111 111011 101111

Color Harmonies of #B7BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF31

Black with #B7BF31

Text Example


Text Example

White with #B7BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF31; }

 p { color: rgb(183,191,49); }

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

background-color css

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

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

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

border-color css

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

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

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