Html Css Color HEX #BBB30C La Rioja

📋 copy color: '#BBB30C'

red 187 ◦ green 179 ◦ blue 12

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

Shades of La Rioja #BBB30C

Tints of La Rioja #BBB30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 49.47%
G = 47.35%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBB30C (or 0xBBB30C) is known color: La Rioja. HEX triplet: BB, B3 and 0C. RGB value is (187,179,12). Sum of RGB (Red+Green+Blue) = 187+179+12=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB30C is #444CF3. Grayscale: #A3A3A3. Windows color (decimal): -4476148 or 832443. OLE color: 832443.

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

Color convert

RGB 187 179 12 -
CMYK 0 0.04 0.94 0.27
HSL 57.26º 0.88% 0.39% -
HSV(B) 57.26º 0.94% 0.73% -
XYZ 36.68 42.83 6.68 -
YUV 162.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 187 179 12 0 0.04 0.94 0.27 57.26 0.88 0.39
Hex BB B3 C 0 4 5E 1B 39 58 27
Octal 273 263 14 0 4 136 33 71 130 47
Binary 10111011 10110011 1100 0 100 1011110 11011 111001 1011000 100111

Color Harmonies of #BBB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB30C

Black with #BBB30C

Text Example


Text Example

White with #BBB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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