Html Css Color HEX #BBB205 La Rioja

📋 copy color: '#BBB205'

red 187 ◦ green 178 ◦ blue 5

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

Shades of La Rioja #BBB205

Tints of La Rioja #BBB205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 50.54%
G = 48.11%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBB205 (or 0xBBB205) is known color: La Rioja. HEX triplet: BB, B2 and 05. RGB value is (187,178,5). Sum of RGB (Red+Green+Blue) = 187+178+5=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB205 is #444DFA. Grayscale: #A1A1A1. Windows color (decimal): -4476411 or 373435. OLE color: 373435.

HSL color Cylindrical-coordinate representation of color #BBB205: hue angle of 57.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBB205 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 5 -
CMYK 0 0.05 0.97 0.27
HSL 57.03º 0.95% 0.38% -
HSV(B) 57.03º 0.97% 0.73% -
XYZ 36.44 42.42 6.41 -
YUV 160.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 187 178 5 0 0.05 0.97 0.27 57.03 0.95 0.38
Hex BB B2 5 0 5 61 1B 39 5F 26
Octal 273 262 5 0 5 141 33 71 137 46
Binary 10111011 10110010 101 0 101 1100001 11011 111001 1011111 100110

Color Harmonies of #BBB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB205

Black with #BBB205

Text Example


Text Example

White with #BBB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB205; }

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

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

background-color css

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

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

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

border-color css

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

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

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