Html Css Color HEX #BBBA03 La Rioja

📋 copy color: '#BBBA03'

red 187 ◦ green 186 ◦ blue 3

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

Shades of La Rioja #BBBA03

Tints of La Rioja #BBBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 49.73%
G = 49.47%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBBA03 (or 0xBBBA03) is known color: La Rioja. HEX triplet: BB, BA and 03. RGB value is (187,186,3). Sum of RGB (Red+Green+Blue) = 187+186+3=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA03 is #4445FC. Grayscale: #A6A6A6. Windows color (decimal): -4474365 or 244411. OLE color: 244411.

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

Color convert

RGB 187 186 3 -
CMYK 0 0.01 0.98 0.27
HSL 59.67º 0.97% 0.37% -
HSV(B) 59.67º 0.98% 0.73% -
XYZ 38.07 45.69 6.9 -
YUV 165.44 36.33 143.38 -
System Red Green Blue C M Y K H S L
Decimal 187 186 3 0 0.01 0.98 0.27 59.67 0.97 0.37
Hex BB BA 3 0 1 62 1B 3C 61 25
Octal 273 272 3 0 1 142 33 74 141 45
Binary 10111011 10111010 11 0 1 1100010 11011 111100 1100001 100101

Color Harmonies of #BBBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA03

Black with #BBBA03

Text Example


Text Example

White with #BBBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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