Html Css Color HEX #BEB008 La Rioja

📋 copy color: '#BEB008'

red 190 ◦ green 176 ◦ blue 8

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

Shades of La Rioja #BEB008

Tints of La Rioja #BEB008

RGB

 RED value IS 190 (74.61% from 255) = 50.8%

 GREEN value IS 176 (69.14% from 255) = 47.06%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 50.8%
G = 47.06%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BEB008 (or 0xBEB008) is known color: La Rioja. HEX triplet: BE, B0 and 08. RGB value is (190,176,8). Sum of RGB (Red+Green+Blue) = 190+176+8=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB008 is #414FF7. Grayscale: #A1A1A1. Windows color (decimal): -4280312 or 569534. OLE color: 569534.

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

Color convert

RGB 190 176 8 -
CMYK 0 0.07 0.96 0.25
HSL 55.38º 0.92% 0.39% -
HSV(B) 55.38º 0.96% 0.75% -
XYZ 36.8 42.02 6.4 -
YUV 161.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 190 176 8 0 0.07 0.96 0.25 55.38 0.92 0.39
Hex BE B0 8 0 7 60 19 37 5C 27
Octal 276 260 10 0 7 140 31 67 134 47
Binary 10111110 10110000 1000 0 111 1100000 11001 110111 1011100 100111

Color Harmonies of #BEB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB008

Black with #BEB008

Text Example


Text Example

White with #BEB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB008; }

 p { color: rgb(190,176,8); }

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

background-color css

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

 a { background-color: rgb(190,176,8); }

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

border-color css

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

 span { border-color: rgb(190,176,8); }

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