Html Css Color HEX #BBB30F La Rioja

📋 copy color: '#BBB30F'

red 187 ◦ green 179 ◦ blue 15

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

Shades of La Rioja #BBB30F

Tints of La Rioja #BBB30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 49.08%
G = 46.98%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BBB30F (or 0xBBB30F) is known color: La Rioja. HEX triplet: BB, B3 and 0F. RGB value is (187,179,15). Sum of RGB (Red+Green+Blue) = 187+179+15=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB30F is #444CF0. Grayscale: #A3A3A3. Windows color (decimal): -4476145 or 1029051. OLE color: 1029051.

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

Color convert

RGB 187 179 15 -
CMYK 0 0.04 0.92 0.27
HSL 57.21º 0.85% 0.4% -
HSV(B) 57.21º 0.92% 0.73% -
XYZ 36.7 42.84 6.79 -
YUV 162.7 44.65 145.34 -
System Red Green Blue C M Y K H S L
Decimal 187 179 15 0 0.04 0.92 0.27 57.21 0.85 0.4
Hex BB B3 F 0 4 5C 1B 39 55 28
Octal 273 263 17 0 4 134 33 71 125 50
Binary 10111011 10110011 1111 0 100 1011100 11011 111001 1010101 101000

Color Harmonies of #BBB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB30F

Black with #BBB30F

Text Example


Text Example

White with #BBB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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