Html Css Color HEX #BBB214 La Rioja

📋 copy color: '#BBB214'

red 187 ◦ green 178 ◦ blue 20

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

Shades of La Rioja #BBB214

Tints of La Rioja #BBB214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 48.57%
G = 46.23%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBB214 (or 0xBBB214) is known color: La Rioja. HEX triplet: BB, B2 and 14. RGB value is (187,178,20). Sum of RGB (Red+Green+Blue) = 187+178+20=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB214 is #444DEB. Grayscale: #A3A3A3. Windows color (decimal): -4476396 or 1356475. OLE color: 1356475.

HSL color Cylindrical-coordinate representation of color #BBB214: hue angle of 56.77º degrees, saturation: 0.81, 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 #BBB214 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 20 -
CMYK 0 0.05 0.89 0.27
HSL 56.77º 0.81% 0.41% -
HSV(B) 56.77º 0.89% 0.73% -
XYZ 36.54 42.46 6.93 -
YUV 162.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 187 178 20 0 0.05 0.89 0.27 56.77 0.81 0.41
Hex BB B2 14 0 5 59 1B 39 51 29
Octal 273 262 24 0 5 131 33 71 121 51
Binary 10111011 10110010 10100 0 101 1011001 11011 111001 1010001 101001

Color Harmonies of #BBB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB214

Black with #BBB214

Text Example


Text Example

White with #BBB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB214; }

 p { color: rgb(187,178,20); }

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

background-color css

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

 a { background-color: rgb(187,178,20); }

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

border-color css

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

 span { border-color: rgb(187,178,20); }

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