Html Css Color HEX #BEBC08 La Rioja

📋 copy color: '#BEBC08'

red 190 ◦ green 188 ◦ blue 8

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

Shades of La Rioja #BEBC08

Tints of La Rioja #BEBC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.7%

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

R = 49.22%
G = 48.7%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BEBC08 (or 0xBEBC08) is known color: La Rioja. HEX triplet: BE, BC and 08. RGB value is (190,188,8). Sum of RGB (Red+Green+Blue) = 190+188+8=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC08 is #4143F7. Grayscale: #A8A8A8. Windows color (decimal): -4277240 or 572606. OLE color: 572606.

HSL color Cylindrical-coordinate representation of color #BEBC08: hue angle of 59.34º 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 #BEBC08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 8 -
CMYK 0 0.01 0.96 0.25
HSL 59.34º 0.92% 0.39% -
HSV(B) 59.34º 0.96% 0.75% -
XYZ 39.26 46.93 7.22 -
YUV 168.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 190 188 8 0 0.01 0.96 0.25 59.34 0.92 0.39
Hex BE BC 8 0 1 60 19 3B 5C 27
Octal 276 274 10 0 1 140 31 73 134 47
Binary 10111110 10111100 1000 0 1 1100000 11001 111011 1011100 100111

Color Harmonies of #BEBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC08

Black with #BEBC08

Text Example


Text Example

White with #BEBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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