Html Css Color HEX #B5B71B Rio Grande

📋 copy color: '#B5B71B'

red 181 ◦ green 183 ◦ blue 27

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

Shades of Rio Grande #B5B71B

Tints of Rio Grande #B5B71B

RGB

 RED value IS 181 (71.09% from 255) = 46.29%

 GREEN value IS 183 (71.88% from 255) = 46.8%

 BLUE value IS 27 (10.94% from 255) = 6.91%

R = 46.29%
G = 46.8%
B = 6.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B5B71B (or 0xB5B71B) is known color: Rio Grande. HEX triplet: B5, B7 and 1B. RGB value is (181,183,27). Sum of RGB (Red+Green+Blue) = 181+183+27=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B71B is #4A48E4. Grayscale: #A5A5A5. Windows color (decimal): -4868325 or 1816501. OLE color: 1816501.

HSL color Cylindrical-coordinate representation of color #B5B71B: hue angle of 60.77º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5B71B is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 183 27 -
CMYK 0.01 0 0.85 0.28
HSL 60.77º 0.74% 0.41% -
HSV(B) 60.77º 0.85% 0.72% -
XYZ 36.19 43.77 7.58 -
YUV 164.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 181 183 27 0.01 0 0.85 0.28 60.77 0.74 0.41
Hex B5 B7 1B 1 0 55 1C 3D 4A 29
Octal 265 267 33 1 0 125 34 75 112 51
Binary 10110101 10110111 11011 1 0 1010101 11100 111101 1001010 101001

Color Harmonies of #B5B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B71B

Black with #B5B71B

Text Example


Text Example

White with #B5B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B71B; }

 p { color: rgb(181,183,27); }

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

background-color css

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

 a { background-color: rgb(181,183,27); }

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

border-color css

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

 span { border-color: rgb(181,183,27); }

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