Html Css Color HEX #BDB112 La Rioja

📋 copy color: '#BDB112'

red 189 ◦ green 177 ◦ blue 18

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

Shades of La Rioja #BDB112

Tints of La Rioja #BDB112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

 BLUE value IS 18 (7.42% from 255) = 4.69%

R = 49.22%
G = 46.09%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDB112 (or 0xBDB112) is known color: La Rioja. HEX triplet: BD, B1 and 12. RGB value is (189,177,18). Sum of RGB (Red+Green+Blue) = 189+177+18=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB112 is #424EED. Grayscale: #A3A3A3. Windows color (decimal): -4345582 or 1225149. OLE color: 1225149.

HSL color Cylindrical-coordinate representation of color #BDB112: hue angle of 55.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB112 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 18 -
CMYK 0 0.06 0.90 0.26
HSL 55.79º 0.83% 0.41% -
HSV(B) 55.79º 0.9% 0.74% -
XYZ 36.82 42.31 6.8 -
YUV 162.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 189 177 18 0 0.06 0.90 0.26 55.79 0.83 0.41
Hex BD B1 12 0 6 5A 1A 38 53 29
Octal 275 261 22 0 6 132 32 70 123 51
Binary 10111101 10110001 10010 0 110 1011010 11010 111000 1010011 101001

Color Harmonies of #BDB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB112

Black with #BDB112

Text Example


Text Example

White with #BDB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB112; }

 p { color: rgb(189,177,18); }

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

background-color css

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

 a { background-color: rgb(189,177,18); }

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

border-color css

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

 span { border-color: rgb(189,177,18); }

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