Html Css Color HEX #BDB812 La Rioja

📋 copy color: '#BDB812'

red 189 ◦ green 184 ◦ blue 18

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

Shades of La Rioja #BDB812

Tints of La Rioja #BDB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.06%

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

R = 48.34%
G = 47.06%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDB812 (or 0xBDB812) is known color: La Rioja. HEX triplet: BD, B8 and 12. RGB value is (189,184,18). Sum of RGB (Red+Green+Blue) = 189+184+18=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB812 is #4247ED. Grayscale: #A7A7A7. Windows color (decimal): -4343790 or 1226941. OLE color: 1226941.

HSL color Cylindrical-coordinate representation of color #BDB812: hue angle of 58.25º 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 #BDB812 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 18 -
CMYK 0 0.03 0.90 0.26
HSL 58.25º 0.83% 0.41% -
HSV(B) 58.25º 0.9% 0.74% -
XYZ 38.24 45.14 7.27 -
YUV 166.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 189 184 18 0 0.03 0.90 0.26 58.25 0.83 0.41
Hex BD B8 12 0 3 5A 1A 3A 53 29
Octal 275 270 22 0 3 132 32 72 123 51
Binary 10111101 10111000 10010 0 11 1011010 11010 111010 1010011 101001

Color Harmonies of #BDB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB812

Black with #BDB812

Text Example


Text Example

White with #BDB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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