Html Css Color HEX #B7B214 La Rioja

📋 copy color: '#B7B214'

red 183 ◦ green 178 ◦ blue 20

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

Shades of La Rioja #B7B214

Tints of La Rioja #B7B214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 48.03%
G = 46.72%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B7B214 (or 0xB7B214) is known color: La Rioja. HEX triplet: B7, B2 and 14. RGB value is (183,178,20). Sum of RGB (Red+Green+Blue) = 183+178+20=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B214 is #484DEB. Grayscale: #A2A2A2. Windows color (decimal): -4738540 or 1356471. OLE color: 1356471.

HSL color Cylindrical-coordinate representation of color #B7B214: hue angle of 58.16º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7B214 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 178 20 -
CMYK 0 0.03 0.89 0.28
HSL 58.16º 0.8% 0.4% -
HSV(B) 58.16º 0.89% 0.72% -
XYZ 35.58 41.96 6.89 -
YUV 161.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 183 178 20 0 0.03 0.89 0.28 58.16 0.8 0.4
Hex B7 B2 14 0 3 59 1C 3A 50 28
Octal 267 262 24 0 3 131 34 72 120 50
Binary 10110111 10110010 10100 0 11 1011001 11100 111010 1010000 101000

Color Harmonies of #B7B214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B214

Black with #B7B214

Text Example


Text Example

White with #B7B214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B214; }

 p { color: rgb(183,178,20); }

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

background-color css

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

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

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

border-color css

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

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

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