Html Css Color HEX #BDBB10 La Rioja

📋 copy color: '#BDBB10'

red 189 ◦ green 187 ◦ blue 16

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

Shades of La Rioja #BDBB10

Tints of La Rioja #BDBB10

RGB

 RED value IS 189 (74.22% from 255) = 48.21%

 GREEN value IS 187 (73.44% from 255) = 47.7%

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

R = 48.21%
G = 47.7%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDBB10 (or 0xBDBB10) is known color: La Rioja. HEX triplet: BD, BB and 10. RGB value is (189,187,16). Sum of RGB (Red+Green+Blue) = 189+187+16=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB10 is #4244EF. Grayscale: #A8A8A8. Windows color (decimal): -4343024 or 1096637. OLE color: 1096637.

HSL color Cylindrical-coordinate representation of color #BDBB10: hue angle of 59.31º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDBB10 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 16 -
CMYK 0 0.01 0.92 0.26
HSL 59.31º 0.84% 0.4% -
HSV(B) 59.31º 0.92% 0.74% -
XYZ 38.85 46.4 7.4 -
YUV 168.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 189 187 16 0 0.01 0.92 0.26 59.31 0.84 0.4
Hex BD BB 10 0 1 5C 1A 3B 54 28
Octal 275 273 20 0 1 134 32 73 124 50
Binary 10111101 10111011 10000 0 1 1011100 11010 111011 1010100 101000

Color Harmonies of #BDBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB10

Black with #BDBB10

Text Example


Text Example

White with #BDBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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