Html Css Color HEX #B7BF0E La Rioja

📋 copy color: '#B7BF0E'

red 183 ◦ green 191 ◦ blue 14

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

Shades of La Rioja #B7BF0E

Tints of La Rioja #B7BF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.61%

R = 47.16%
G = 49.23%
B = 3.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#B7BF0E (or 0xB7BF0E) is known color: La Rioja. HEX triplet: B7, BF and 0E. RGB value is (183,191,14). Sum of RGB (Red+Green+Blue) = 183+191+14=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BF0E is #4840F1. Grayscale: #A9A9A9. Windows color (decimal): -4735218 or 966583. OLE color: 966583.

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

Color convert

RGB 183 191 14 -
CMYK 0.04 0 0.93 0.25
HSL 62.71º 0.86% 0.4% -
HSV(B) 62.71º 0.93% 0.75% -
XYZ 38.24 47.36 7.54 -
YUV 168.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 183 191 14 0.04 0 0.93 0.25 62.71 0.86 0.4
Hex B7 BF E 4 0 5D 19 3F 56 28
Octal 267 277 16 4 0 135 31 77 126 50
Binary 10110111 10111111 1110 100 0 1011101 11001 111111 1010110 101000

Color Harmonies of #B7BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF0E

Black with #B7BF0E

Text Example


Text Example

White with #B7BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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