Html Css Color HEX #BEBA07 La Rioja

📋 copy color: '#BEBA07'

red 190 ◦ green 186 ◦ blue 7

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

Shades of La Rioja #BEBA07

Tints of La Rioja #BEBA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

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

R = 49.61%
G = 48.56%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BEBA07 (or 0xBEBA07) is known color: La Rioja. HEX triplet: BE, BA and 07. RGB value is (190,186,7). Sum of RGB (Red+Green+Blue) = 190+186+7=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA07 is #4145F8. Grayscale: #A7A7A7. Windows color (decimal): -4277753 or 506558. OLE color: 506558.

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

Color convert

RGB 190 186 7 -
CMYK 0 0.02 0.96 0.25
HSL 58.69º 0.93% 0.39% -
HSV(B) 58.69º 0.96% 0.75% -
XYZ 38.83 46.08 7.05 -
YUV 166.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 190 186 7 0 0.02 0.96 0.25 58.69 0.93 0.39
Hex BE BA 7 0 2 60 19 3B 5D 27
Octal 276 272 7 0 2 140 31 73 135 47
Binary 10111110 10111010 111 0 10 1100000 11001 111011 1011101 100111

Color Harmonies of #BEBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA07

Black with #BEBA07

Text Example


Text Example

White with #BEBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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