Html Css Color HEX #B7BB1F Rio Grande

📋 copy color: '#B7BB1F'

red 183 ◦ green 187 ◦ blue 31

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

Shades of Rio Grande #B7BB1F

Tints of Rio Grande #B7BB1F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 45.64%
G = 46.63%
B = 7.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B7BB1F (or 0xB7BB1F) is known color: Rio Grande. HEX triplet: B7, BB and 1F. RGB value is (183,187,31). Sum of RGB (Red+Green+Blue) = 183+187+31=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BB1F is #4844E0. Grayscale: #A8A8A8. Windows color (decimal): -4736225 or 2079671. OLE color: 2079671.

HSL color Cylindrical-coordinate representation of color #B7BB1F: hue angle of 61.54º degrees, saturation: 0.72, 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 #B7BB1F is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 187 31 -
CMYK 0.02 0 0.83 0.27
HSL 61.54º 0.72% 0.43% -
HSV(B) 61.54º 0.83% 0.73% -
XYZ 37.55 45.71 8.14 -
YUV 168.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 183 187 31 0.02 0 0.83 0.27 61.54 0.72 0.43
Hex B7 BB 1F 2 0 53 1B 3E 48 2B
Octal 267 273 37 2 0 123 33 76 110 53
Binary 10110111 10111011 11111 10 0 1010011 11011 111110 1001000 101011

Color Harmonies of #B7BB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BB1F

Black with #B7BB1F

Text Example


Text Example

White with #B7BB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BB1F; }

 p { color: rgb(183,187,31); }

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

background-color css

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

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

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

border-color css

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

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

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