Html Css Color HEX #B7BC1F Rio Grande

📋 copy color: '#B7BC1F'

red 183 ◦ green 188 ◦ blue 31

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

Shades of Rio Grande #B7BC1F

Tints of Rio Grande #B7BC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

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

R = 45.52%
G = 46.77%
B = 7.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#B7BC1F (or 0xB7BC1F) is known color: Rio Grande. HEX triplet: B7, BC and 1F. RGB value is (183,188,31). Sum of RGB (Red+Green+Blue) = 183+188+31=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC1F is #4843E0. Grayscale: #A9A9A9. Windows color (decimal): -4735969 or 2079927. OLE color: 2079927.

HSL color Cylindrical-coordinate representation of color #B7BC1F: hue angle of 61.91º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7BC1F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 188 31 -
CMYK 0.03 0 0.84 0.26
HSL 61.91º 0.72% 0.43% -
HSV(B) 61.91º 0.84% 0.74% -
XYZ 37.76 46.13 8.21 -
YUV 168.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 183 188 31 0.03 0 0.84 0.26 61.91 0.72 0.43
Hex B7 BC 1F 3 0 54 1A 3E 48 2B
Octal 267 274 37 3 0 124 32 76 110 53
Binary 10110111 10111100 11111 11 0 1010100 11010 111110 1001000 101011

Color Harmonies of #B7BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC1F

Black with #B7BC1F

Text Example


Text Example

White with #B7BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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