Html Css Color HEX #BBAF10 La Rioja

📋 copy color: '#BBAF10'

red 187 ◦ green 175 ◦ blue 16

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

Shades of La Rioja #BBAF10

Tints of La Rioja #BBAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 16 (6.64% from 255) = 4.23%

R = 49.47%
G = 46.3%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBAF10 (or 0xBBAF10) is known color: La Rioja. HEX triplet: BB, AF and 10. RGB value is (187,175,16). Sum of RGB (Red+Green+Blue) = 187+175+16=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF10 is #4450EF. Grayscale: #A1A1A1. Windows color (decimal): -4477168 or 1093563. OLE color: 1093563.

HSL color Cylindrical-coordinate representation of color #BBAF10: hue angle of 55.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBAF10 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 16 -
CMYK 0 0.06 0.91 0.27
HSL 55.79º 0.84% 0.4% -
HSV(B) 55.79º 0.91% 0.73% -
XYZ 35.92 41.26 6.56 -
YUV 160.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 187 175 16 0 0.06 0.91 0.27 55.79 0.84 0.4
Hex BB AF 10 0 6 5B 1B 38 54 28
Octal 273 257 20 0 6 133 33 70 124 50
Binary 10111011 10101111 10000 0 110 1011011 11011 111000 1010100 101000

Color Harmonies of #BBAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF10

Black with #BBAF10

Text Example


Text Example

White with #BBAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF10; }

 p { color: rgb(187,175,16); }

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

background-color css

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

 a { background-color: rgb(187,175,16); }

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

border-color css

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

 span { border-color: rgb(187,175,16); }

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