Html Css Color HEX #BDB504 La Rioja

📋 copy color: '#BDB504'

red 189 ◦ green 181 ◦ blue 4

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

Shades of La Rioja #BDB504

Tints of La Rioja #BDB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 50.53%
G = 48.4%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB504 (or 0xBDB504) is known color: La Rioja. HEX triplet: BD, B5 and 04. RGB value is (189,181,4). Sum of RGB (Red+Green+Blue) = 189+181+4=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB504 is #424AFB. Grayscale: #A3A3A3. Windows color (decimal): -4344572 or 308669. OLE color: 308669.

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

Color convert

RGB 189 181 4 -
CMYK 0 0.04 0.98 0.26
HSL 57.41º 0.96% 0.38% -
HSV(B) 57.41º 0.98% 0.74% -
XYZ 37.53 43.88 6.61 -
YUV 163.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 189 181 4 0 0.04 0.98 0.26 57.41 0.96 0.38
Hex BD B5 4 0 4 62 1A 39 60 26
Octal 275 265 4 0 4 142 32 71 140 46
Binary 10111101 10110101 100 0 100 1100010 11010 111001 1100000 100110

Color Harmonies of #BDB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB504

Black with #BDB504

Text Example


Text Example

White with #BDB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB504; }

 p { color: rgb(189,181,4); }

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

background-color css

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

 a { background-color: rgb(189,181,4); }

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

border-color css

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

 span { border-color: rgb(189,181,4); }

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