Html Css Color HEX #B7BF0A La Rioja

📋 copy color: '#B7BF0A'

red 183 ◦ green 191 ◦ blue 10

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

Shades of La Rioja #B7BF0A

Tints of La Rioja #B7BF0A

RGB

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

 GREEN value IS 191 (75% from 255) = 49.74%

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 47.66%
G = 49.74%
B = 2.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#B7BF0A (or 0xB7BF0A) is known color: La Rioja. HEX triplet: B7, BF and 0A. RGB value is (183,191,10). Sum of RGB (Red+Green+Blue) = 183+191+10=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BF0A is #4840F5. Grayscale: #A8A8A8. Windows color (decimal): -4735222 or 704439. OLE color: 704439.

HSL color Cylindrical-coordinate representation of color #B7BF0A: hue angle of 62.65º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7BF0A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 191 10 -
CMYK 0.04 0 0.95 0.25
HSL 62.65º 0.9% 0.39% -
HSV(B) 62.65º 0.95% 0.75% -
XYZ 38.21 47.35 7.41 -
YUV 167.97 38.85 138.72 -
System Red Green Blue C M Y K H S L
Decimal 183 191 10 0.04 0 0.95 0.25 62.65 0.9 0.39
Hex B7 BF A 4 0 5F 19 3F 5A 27
Octal 267 277 12 4 0 137 31 77 132 47
Binary 10110111 10111111 1010 100 0 1011111 11001 111111 1011010 100111

Color Harmonies of #B7BF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF0A

Black with #B7BF0A

Text Example


Text Example

White with #B7BF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF0A; }

 p { color: rgb(183,191,10); }

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

background-color css

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

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

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

border-color css

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

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

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