Html Css Color HEX #B7BE31 Rio Grande

📋 copy color: '#B7BE31'

red 183 ◦ green 190 ◦ blue 49

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

Shades of Rio Grande #B7BE31

Tints of Rio Grande #B7BE31

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.02%

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

R = 43.36%
G = 45.02%
B = 11.61%

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

#B7BE31 (or 0xB7BE31) is known color: Rio Grande. HEX triplet: B7, BE and 31. RGB value is (183,190,49). Sum of RGB (Red+Green+Blue) = 183+190+49=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BE31 is #4841CE. Grayscale: #ACACAC. Windows color (decimal): -4735439 or 3260087. OLE color: 3260087.

HSL color Cylindrical-coordinate representation of color #B7BE31: hue angle of 62.98º 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 #B7BE31 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 190 49 -
CMYK 0.04 0 0.74 0.25
HSL 62.98º 0.59% 0.47% -
HSV(B) 62.98º 0.74% 0.75% -
XYZ 38.5 47.12 9.97 -
YUV 171.83 58.68 135.96 -
System Red Green Blue C M Y K H S L
Decimal 183 190 49 0.04 0 0.74 0.25 62.98 0.59 0.47
Hex B7 BE 31 4 0 4A 19 3F 3B 2F
Octal 267 276 61 4 0 112 31 77 73 57
Binary 10110111 10111110 110001 100 0 1001010 11001 111111 111011 101111

Color Harmonies of #B7BE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BE31

Black with #B7BE31

Text Example


Text Example

White with #B7BE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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