Html Css Color HEX #BBBA12 La Rioja

📋 copy color: '#BBBA12'

red 187 ◦ green 186 ◦ blue 18

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

Shades of La Rioja #BBBA12

Tints of La Rioja #BBBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 47.83%
G = 47.57%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBBA12 (or 0xBBBA12) is known color: La Rioja. HEX triplet: BB, BA and 12. RGB value is (187,186,18). Sum of RGB (Red+Green+Blue) = 187+186+18=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA12 is #4445ED. Grayscale: #A7A7A7. Windows color (decimal): -4474350 or 1227451. OLE color: 1227451.

HSL color Cylindrical-coordinate representation of color #BBBA12: hue angle of 59.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBBA12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 18 -
CMYK 0 0.01 0.90 0.27
HSL 59.64º 0.82% 0.4% -
HSV(B) 59.64º 0.9% 0.73% -
XYZ 38.16 45.73 7.39 -
YUV 167.15 43.83 142.16 -
System Red Green Blue C M Y K H S L
Decimal 187 186 18 0 0.01 0.90 0.27 59.64 0.82 0.4
Hex BB BA 12 0 1 5A 1B 3C 52 28
Octal 273 272 22 0 1 132 33 74 122 50
Binary 10111011 10111010 10010 0 1 1011010 11011 111100 1010010 101000

Color Harmonies of #BBBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA12

Black with #BBBA12

Text Example


Text Example

White with #BBBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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