Html Css Color HEX #B7BF1F Rio Grande

📋 copy color: '#B7BF1F'

red 183 ◦ green 191 ◦ blue 31

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

Shades of Rio Grande #B7BF1F

Tints of Rio Grande #B7BF1F

RGB

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

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

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

R = 45.19%
G = 47.16%
B = 7.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B7BF1F (or 0xB7BF1F) is known color: Rio Grande. HEX triplet: B7, BF and 1F. RGB value is (183,191,31). Sum of RGB (Red+Green+Blue) = 183+191+31=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF1F is #4840E0. Grayscale: #ABABAB. Windows color (decimal): -4735201 or 2080695. OLE color: 2080695.

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

Color convert

RGB 183 191 31 -
CMYK 0.04 0 0.84 0.25
HSL 63º 0.72% 0.44% -
HSV(B) 63º 0.84% 0.75% -
XYZ 38.41 47.43 8.43 -
YUV 170.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 183 191 31 0.04 0 0.84 0.25 63 0.72 0.44
Hex B7 BF 1F 4 0 54 19 3F 48 2C
Octal 267 277 37 4 0 124 31 77 110 54
Binary 10110111 10111111 11111 100 0 1010100 11001 111111 1001000 101100

Color Harmonies of #B7BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF1F

Black with #B7BF1F

Text Example


Text Example

White with #B7BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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