Html Css Color HEX #BEBC07 La Rioja

📋 copy color: '#BEBC07'

red 190 ◦ green 188 ◦ blue 7

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

Shades of La Rioja #BEBC07

Tints of La Rioja #BEBC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 49.35%
G = 48.83%
B = 1.82%

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

#BEBC07 (or 0xBEBC07) is known color: La Rioja. HEX triplet: BE, BC and 07. RGB value is (190,188,7). Sum of RGB (Red+Green+Blue) = 190+188+7=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC07 is #4143F8. Grayscale: #A8A8A8. Windows color (decimal): -4277241 or 507070. OLE color: 507070.

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

Color convert

RGB 190 188 7 -
CMYK 0 0.01 0.96 0.25
HSL 59.34º 0.93% 0.39% -
HSV(B) 59.34º 0.96% 0.75% -
XYZ 39.26 46.93 7.19 -
YUV 167.96 37.16 143.72 -
System Red Green Blue C M Y K H S L
Decimal 190 188 7 0 0.01 0.96 0.25 59.34 0.93 0.39
Hex BE BC 7 0 1 60 19 3B 5D 27
Octal 276 274 7 0 1 140 31 73 135 47
Binary 10111110 10111100 111 0 1 1100000 11001 111011 1011101 100111

Color Harmonies of #BEBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC07

Black with #BEBC07

Text Example


Text Example

White with #BEBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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