Html Css Color HEX #BBB30D La Rioja

📋 copy color: '#BBB30D'

red 187 ◦ green 179 ◦ blue 13

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

Shades of La Rioja #BBB30D

Tints of La Rioja #BBB30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 49.34%
G = 47.23%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBB30D (or 0xBBB30D) is known color: La Rioja. HEX triplet: BB, B3 and 0D. RGB value is (187,179,13). Sum of RGB (Red+Green+Blue) = 187+179+13=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB30D is #444CF2. Grayscale: #A3A3A3. Windows color (decimal): -4476147 or 897979. OLE color: 897979.

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

Color convert

RGB 187 179 13 -
CMYK 0 0.04 0.93 0.27
HSL 57.24º 0.87% 0.39% -
HSV(B) 57.24º 0.93% 0.73% -
XYZ 36.69 42.83 6.71 -
YUV 162.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 187 179 13 0 0.04 0.93 0.27 57.24 0.87 0.39
Hex BB B3 D 0 4 5D 1B 39 57 27
Octal 273 263 15 0 4 135 33 71 127 47
Binary 10111011 10110011 1101 0 100 1011101 11011 111001 1010111 100111

Color Harmonies of #BBB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB30D

Black with #BBB30D

Text Example


Text Example

White with #BBB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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