Html Css Color HEX #BBAF0D La Rioja

📋 copy color: '#BBAF0D'

red 187 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #BBAF0D

Tints of La Rioja #BBAF0D

RGB

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

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

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

R = 49.87%
G = 46.67%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBAF0D (or 0xBBAF0D) is known color: La Rioja. HEX triplet: BB, AF and 0D. RGB value is (187,175,13). Sum of RGB (Red+Green+Blue) = 187+175+13=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF0D is #4450F2. Grayscale: #A0A0A0. Windows color (decimal): -4477171 or 896955. OLE color: 896955.

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

Color convert

RGB 187 175 13 -
CMYK 0 0.06 0.93 0.27
HSL 55.86º 0.87% 0.39% -
HSV(B) 55.86º 0.93% 0.73% -
XYZ 35.9 41.25 6.45 -
YUV 160.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 187 175 13 0 0.06 0.93 0.27 55.86 0.87 0.39
Hex BB AF D 0 6 5D 1B 38 57 27
Octal 273 257 15 0 6 135 33 70 127 47
Binary 10111011 10101111 1101 0 110 1011101 11011 111000 1010111 100111

Color Harmonies of #BBAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF0D

Black with #BBAF0D

Text Example


Text Example

White with #BBAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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