Html Css Color HEX #B7B71D Rio Grande

📋 copy color: '#B7B71D'

red 183 ◦ green 183 ◦ blue 29

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

Shades of Rio Grande #B7B71D

Tints of Rio Grande #B7B71D

RGB

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

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

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

R = 46.33%
G = 46.33%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7B71D (or 0xB7B71D) is known color: Rio Grande. HEX triplet: B7, B7 and 1D. RGB value is (183,183,29). Sum of RGB (Red+Green+Blue) = 183+183+29=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B71D is #4848E2. Grayscale: #A6A6A6. Windows color (decimal): -4737251 or 1947575. OLE color: 1947575.

HSL color Cylindrical-coordinate representation of color #B7B71D: hue angle of 60º 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 #B7B71D is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 183 29 -
CMYK 0 0 0.84 0.28
HSL 60º 0.73% 0.42% -
HSV(B) 60º 0.84% 0.72% -
XYZ 36.68 44.02 7.73 -
YUV 165.44 51 140.52 -
System Red Green Blue C M Y K H S L
Decimal 183 183 29 0 0 0.84 0.28 60 0.73 0.42
Hex B7 B7 1D 0 0 54 1C 3C 49 2A
Octal 267 267 35 0 0 124 34 74 111 52
Binary 10110111 10110111 11101 0 0 1010100 11100 111100 1001001 101010

Color Harmonies of #B7B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B71D

Black with #B7B71D

Text Example


Text Example

White with #B7B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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