Html Css Color HEX #BDB704 La Rioja

📋 copy color: '#BDB704'

red 189 ◦ green 183 ◦ blue 4

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

Shades of La Rioja #BDB704

Tints of La Rioja #BDB704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

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

R = 50.27%
G = 48.67%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB704 (or 0xBDB704) is known color: La Rioja. HEX triplet: BD, B7 and 04. RGB value is (189,183,4). Sum of RGB (Red+Green+Blue) = 189+183+4=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB704 is #4248FB. Grayscale: #A5A5A5. Windows color (decimal): -4344060 or 309181. OLE color: 309181.

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

Color convert

RGB 189 183 4 -
CMYK 0 0.03 0.98 0.26
HSL 58.05º 0.96% 0.38% -
HSV(B) 58.05º 0.98% 0.74% -
XYZ 37.94 44.69 6.74 -
YUV 164.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 189 183 4 0 0.03 0.98 0.26 58.05 0.96 0.38
Hex BD B7 4 0 3 62 1A 3A 60 26
Octal 275 267 4 0 3 142 32 72 140 46
Binary 10111101 10110111 100 0 11 1100010 11010 111010 1100000 100110

Color Harmonies of #BDB704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB704

Black with #BDB704

Text Example


Text Example

White with #BDB704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB704; }

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

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

background-color css

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

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

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

border-color css

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

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

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