Html Css Color HEX #BBB315 La Rioja

📋 copy color: '#BBB315'

red 187 ◦ green 179 ◦ blue 21

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

Shades of La Rioja #BBB315

Tints of La Rioja #BBB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 48.32%
G = 46.25%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBB315 (or 0xBBB315) is known color: La Rioja. HEX triplet: BB, B3 and 15. RGB value is (187,179,21). Sum of RGB (Red+Green+Blue) = 187+179+21=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB315 is #444CEA. Grayscale: #A4A4A4. Windows color (decimal): -4476139 or 1422267. OLE color: 1422267.

HSL color Cylindrical-coordinate representation of color #BBB315: hue angle of 57.11º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBB315 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 179 21 -
CMYK 0 0.04 0.89 0.27
HSL 57.11º 0.8% 0.41% -
HSV(B) 57.11º 0.89% 0.73% -
XYZ 36.75 42.86 7.05 -
YUV 163.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 187 179 21 0 0.04 0.89 0.27 57.11 0.8 0.41
Hex BB B3 15 0 4 59 1B 39 50 29
Octal 273 263 25 0 4 131 33 71 120 51
Binary 10111011 10110011 10101 0 100 1011001 11011 111001 1010000 101001

Color Harmonies of #BBB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB315

Black with #BBB315

Text Example


Text Example

White with #BBB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB315; }

 p { color: rgb(187,179,21); }

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

background-color css

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

 a { background-color: rgb(187,179,21); }

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

border-color css

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

 span { border-color: rgb(187,179,21); }

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