Html Css Color HEX #BDB407 La Rioja

📋 copy color: '#BDB407'

red 189 ◦ green 180 ◦ blue 7

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

Shades of La Rioja #BDB407

Tints of La Rioja #BDB407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 50.27%
G = 47.87%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BDB407 (or 0xBDB407) is known color: La Rioja. HEX triplet: BD, B4 and 07. RGB value is (189,180,7). Sum of RGB (Red+Green+Blue) = 189+180+7=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB407 is #424BF8. Grayscale: #A3A3A3. Windows color (decimal): -4344825 or 505021. OLE color: 505021.

HSL color Cylindrical-coordinate representation of color #BDB407: hue angle of 57.03º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDB407 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 7 -
CMYK 0 0.05 0.96 0.26
HSL 57.03º 0.93% 0.38% -
HSV(B) 57.03º 0.96% 0.74% -
XYZ 37.35 43.48 6.62 -
YUV 162.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 189 180 7 0 0.05 0.96 0.26 57.03 0.93 0.38
Hex BD B4 7 0 5 60 1A 39 5D 26
Octal 275 264 7 0 5 140 32 71 135 46
Binary 10111101 10110100 111 0 101 1100000 11010 111001 1011101 100110

Color Harmonies of #BDB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB407

Black with #BDB407

Text Example


Text Example

White with #BDB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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