Html Css Color HEX #BDB304 La Rioja

📋 copy color: '#BDB304'

red 189 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #BDB304

Tints of La Rioja #BDB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.12%

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

R = 50.81%
G = 48.12%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB304 (or 0xBDB304) is known color: La Rioja. HEX triplet: BD, B3 and 04. RGB value is (189,179,4). Sum of RGB (Red+Green+Blue) = 189+179+4=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB304 is #424CFB. Grayscale: #A2A2A2. Windows color (decimal): -4345084 or 308157. OLE color: 308157.

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

Color convert

RGB 189 179 4 -
CMYK 0 0.05 0.98 0.26
HSL 56.76º 0.96% 0.38% -
HSV(B) 56.76º 0.98% 0.74% -
XYZ 37.13 43.07 6.47 -
YUV 162.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 189 179 4 0 0.05 0.98 0.26 56.76 0.96 0.38
Hex BD B3 4 0 5 62 1A 39 60 26
Octal 275 263 4 0 5 142 32 71 140 46
Binary 10111101 10110011 100 0 101 1100010 11010 111001 1100000 100110

Color Harmonies of #BDB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB304

Black with #BDB304

Text Example


Text Example

White with #BDB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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