Html Css Color HEX #B7BC1C Rio Grande

📋 copy color: '#B7BC1C'

red 183 ◦ green 188 ◦ blue 28

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

Shades of Rio Grande #B7BC1C

Tints of Rio Grande #B7BC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.02%

R = 45.86%
G = 47.12%
B = 7.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#B7BC1C (or 0xB7BC1C) is known color: Rio Grande. HEX triplet: B7, BC and 1C. RGB value is (183,188,28). Sum of RGB (Red+Green+Blue) = 183+188+28=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC1C is #4843E3. Grayscale: #A8A8A8. Windows color (decimal): -4735972 or 1883319. OLE color: 1883319.

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

Color convert

RGB 183 188 28 -
CMYK 0.03 0 0.85 0.26
HSL 61.88º 0.74% 0.42% -
HSV(B) 61.88º 0.85% 0.74% -
XYZ 37.72 46.12 8.01 -
YUV 168.27 48.84 138.51 -
System Red Green Blue C M Y K H S L
Decimal 183 188 28 0.03 0 0.85 0.26 61.88 0.74 0.42
Hex B7 BC 1C 3 0 55 1A 3E 4A 2A
Octal 267 274 34 3 0 125 32 76 112 52
Binary 10110111 10111100 11100 11 0 1010101 11010 111110 1001010 101010

Color Harmonies of #B7BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC1C

Black with #B7BC1C

Text Example


Text Example

White with #B7BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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