Html Css Color HEX #BBB50D La Rioja

📋 copy color: '#BBB50D'

red 187 ◦ green 181 ◦ blue 13

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

Shades of La Rioja #BBB50D

Tints of La Rioja #BBB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

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

R = 49.08%
G = 47.51%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBB50D (or 0xBBB50D) is known color: La Rioja. HEX triplet: BB, B5 and 0D. RGB value is (187,181,13). Sum of RGB (Red+Green+Blue) = 187+181+13=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB50D is #444AF2. Grayscale: #A4A4A4. Windows color (decimal): -4475635 or 898491. OLE color: 898491.

HSL color Cylindrical-coordinate representation of color #BBB50D: hue angle of 57.93º 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 #BBB50D is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 13 -
CMYK 0 0.03 0.93 0.27
HSL 57.93º 0.87% 0.39% -
HSV(B) 57.93º 0.93% 0.73% -
XYZ 37.09 43.64 6.85 -
YUV 163.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 187 181 13 0 0.03 0.93 0.27 57.93 0.87 0.39
Hex BB B5 D 0 3 5D 1B 3A 57 27
Octal 273 265 15 0 3 135 33 72 127 47
Binary 10111011 10110101 1101 0 11 1011101 11011 111010 1010111 100111

Color Harmonies of #BBB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB50D

Black with #BBB50D

Text Example


Text Example

White with #BBB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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