Html Css Color HEX #BDB40F La Rioja

📋 copy color: '#BDB40F'

red 189 ◦ green 180 ◦ blue 15

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

Shades of La Rioja #BDB40F

Tints of La Rioja #BDB40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 49.22%
G = 46.88%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDB40F (or 0xBDB40F) is known color: La Rioja. HEX triplet: BD, B4 and 0F. RGB value is (189,180,15). Sum of RGB (Red+Green+Blue) = 189+180+15=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB40F is #424BF0. Grayscale: #A4A4A4. Windows color (decimal): -4344817 or 1029309. OLE color: 1029309.

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

Color convert

RGB 189 180 15 -
CMYK 0 0.05 0.92 0.26
HSL 56.9º 0.85% 0.4% -
HSV(B) 56.9º 0.92% 0.74% -
XYZ 37.39 43.5 6.88 -
YUV 163.88 43.98 145.92 -
System Red Green Blue C M Y K H S L
Decimal 189 180 15 0 0.05 0.92 0.26 56.9 0.85 0.4
Hex BD B4 F 0 5 5C 1A 39 55 28
Octal 275 264 17 0 5 134 32 71 125 50
Binary 10111101 10110100 1111 0 101 1011100 11010 111001 1010101 101000

Color Harmonies of #BDB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB40F

Black with #BDB40F

Text Example


Text Example

White with #BDB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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