Html Css Color HEX #BDB40D La Rioja

📋 copy color: '#BDB40D'

red 189 ◦ green 180 ◦ blue 13

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

Shades of La Rioja #BDB40D

Tints of La Rioja #BDB40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 49.48%
G = 47.12%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDB40D (or 0xBDB40D) is known color: La Rioja. HEX triplet: BD, B4 and 0D. RGB value is (189,180,13). Sum of RGB (Red+Green+Blue) = 189+180+13=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB40D is #424BF2. Grayscale: #A4A4A4. Windows color (decimal): -4344819 or 898237. OLE color: 898237.

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

Color convert

RGB 189 180 13 -
CMYK 0 0.05 0.93 0.26
HSL 56.93º 0.87% 0.4% -
HSV(B) 56.93º 0.93% 0.74% -
XYZ 37.38 43.49 6.81 -
YUV 163.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 189 180 13 0 0.05 0.93 0.26 56.93 0.87 0.4
Hex BD B4 D 0 5 5D 1A 39 57 28
Octal 275 264 15 0 5 135 32 71 127 50
Binary 10111101 10110100 1101 0 101 1011101 11010 111001 1010111 101000

Color Harmonies of #BDB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB40D

Black with #BDB40D

Text Example


Text Example

White with #BDB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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