Html Css Color HEX #BBBA0E La Rioja

📋 copy color: '#BBBA0E'

red 187 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #BBBA0E

Tints of La Rioja #BBBA0E

RGB

 RED value IS 187 (73.44% from 255) = 48.32%

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

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

R = 48.32%
G = 48.06%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBBA0E (or 0xBBBA0E) is known color: La Rioja. HEX triplet: BB, BA and 0E. RGB value is (187,186,14). Sum of RGB (Red+Green+Blue) = 187+186+14=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA0E is #4445F1. Grayscale: #A7A7A7. Windows color (decimal): -4474354 or 965307. OLE color: 965307.

HSL color Cylindrical-coordinate representation of color #BBBA0E: hue angle of 59.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBBA0E is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 14 -
CMYK 0 0.01 0.93 0.27
HSL 59.65º 0.86% 0.39% -
HSV(B) 59.65º 0.93% 0.73% -
XYZ 38.13 45.71 7.23 -
YUV 166.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 187 186 14 0 0.01 0.93 0.27 59.65 0.86 0.39
Hex BB BA E 0 1 5D 1B 3C 56 27
Octal 273 272 16 0 1 135 33 74 126 47
Binary 10111011 10111010 1110 0 1 1011101 11011 111100 1010110 100111

Color Harmonies of #BBBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA0E

Black with #BBBA0E

Text Example


Text Example

White with #BBBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA0E; }

 p { color: rgb(187,186,14); }

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

background-color css

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

 a { background-color: rgb(187,186,14); }

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

border-color css

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

 span { border-color: rgb(187,186,14); }

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