Html Css Color HEX #BDB60A La Rioja

📋 copy color: '#BDB60A'

red 189 ◦ green 182 ◦ blue 10

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

Shades of La Rioja #BDB60A

Tints of La Rioja #BDB60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.77%

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 49.61%
G = 47.77%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB60A (or 0xBDB60A) is known color: La Rioja. HEX triplet: BD, B6 and 0A. RGB value is (189,182,10). Sum of RGB (Red+Green+Blue) = 189+182+10=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB60A is #4249F5. Grayscale: #A5A5A5. Windows color (decimal): -4344310 or 702141. OLE color: 702141.

HSL color Cylindrical-coordinate representation of color #BDB60A: hue angle of 57.65º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDB60A is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 10 -
CMYK 0 0.04 0.95 0.26
HSL 57.65º 0.9% 0.39% -
HSV(B) 57.65º 0.95% 0.74% -
XYZ 37.77 44.3 6.85 -
YUV 164.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 189 182 10 0 0.04 0.95 0.26 57.65 0.9 0.39
Hex BD B6 A 0 4 5F 1A 3A 5A 27
Octal 275 266 12 0 4 137 32 72 132 47
Binary 10111101 10110110 1010 0 100 1011111 11010 111010 1011010 100111

Color Harmonies of #BDB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB60A

Black with #BDB60A

Text Example


Text Example

White with #BDB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB60A; }

 p { color: rgb(189,182,10); }

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

background-color css

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

 a { background-color: rgb(189,182,10); }

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

border-color css

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

 span { border-color: rgb(189,182,10); }

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