Html Css Color HEX #BDB409 La Rioja

📋 copy color: '#BDB409'

red 189 ◦ green 180 ◦ blue 9

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

Shades of La Rioja #BDB409

Tints of La Rioja #BDB409

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 9 (3.91% from 255) = 2.38%

R = 50%
G = 47.62%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB409 (or 0xBDB409) is known color: La Rioja. HEX triplet: BD, B4 and 09. RGB value is (189,180,9). Sum of RGB (Red+Green+Blue) = 189+180+9=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB409 is #424BF6. Grayscale: #A3A3A3. Windows color (decimal): -4344823 or 636093. OLE color: 636093.

HSL color Cylindrical-coordinate representation of color #BDB409: hue angle of 57º degrees, saturation: 0.91, 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 #BDB409 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 9 -
CMYK 0 0.05 0.95 0.26
HSL 57º 0.91% 0.39% -
HSV(B) 57º 0.95% 0.74% -
XYZ 37.36 43.48 6.68 -
YUV 163.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 189 180 9 0 0.05 0.95 0.26 57 0.91 0.39
Hex BD B4 9 0 5 5F 1A 39 5B 27
Octal 275 264 11 0 5 137 32 71 133 47
Binary 10111101 10110100 1001 0 101 1011111 11010 111001 1011011 100111

Color Harmonies of #BDB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB409

Black with #BDB409

Text Example


Text Example

White with #BDB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB409; }

 p { color: rgb(189,180,9); }

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

background-color css

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

 a { background-color: rgb(189,180,9); }

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

border-color css

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

 span { border-color: rgb(189,180,9); }

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