Html Css Color HEX #B7B61D Rio Grande

📋 copy color: '#B7B61D'

red 183 ◦ green 182 ◦ blue 29

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

Shades of Rio Grande #B7B61D

Tints of Rio Grande #B7B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.19%

 BLUE value IS 29 (11.72% from 255) = 7.36%

R = 46.45%
G = 46.19%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7B61D (or 0xB7B61D) is known color: Rio Grande. HEX triplet: B7, B6 and 1D. RGB value is (183,182,29). Sum of RGB (Red+Green+Blue) = 183+182+29=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B61D is #4849E2. Grayscale: #A5A5A5. Windows color (decimal): -4737507 or 1947319. OLE color: 1947319.

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

Color convert

RGB 183 182 29 -
CMYK 0 0.01 0.84 0.28
HSL 59.61º 0.73% 0.42% -
HSV(B) 59.61º 0.84% 0.72% -
XYZ 36.48 43.61 7.66 -
YUV 164.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 183 182 29 0 0.01 0.84 0.28 59.61 0.73 0.42
Hex B7 B6 1D 0 1 54 1C 3C 49 2A
Octal 267 266 35 0 1 124 34 74 111 52
Binary 10110111 10110110 11101 0 1 1010100 11100 111100 1001001 101010

Color Harmonies of #B7B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B61D

Black with #B7B61D

Text Example


Text Example

White with #B7B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B61D; }

 p { color: rgb(183,182,29); }

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

background-color css

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

 a { background-color: rgb(183,182,29); }

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

border-color css

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

 span { border-color: rgb(183,182,29); }

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