Html Css Color HEX #BDB703 La Rioja

📋 copy color: '#BDB703'

red 189 ◦ green 183 ◦ blue 3

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

Shades of La Rioja #BDB703

Tints of La Rioja #BDB703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 50.4%
G = 48.8%
B = 0.8%

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

#BDB703 (or 0xBDB703) is known color: La Rioja. HEX triplet: BD, B7 and 03. RGB value is (189,183,3). Sum of RGB (Red+Green+Blue) = 189+183+3=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB703 is #4248FC. Grayscale: #A5A5A5. Windows color (decimal): -4344061 or 243645. OLE color: 243645.

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

Color convert

RGB 189 183 3 -
CMYK 0 0.03 0.98 0.26
HSL 58.06º 0.97% 0.38% -
HSV(B) 58.06º 0.98% 0.74% -
XYZ 37.94 44.69 6.71 -
YUV 164.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 189 183 3 0 0.03 0.98 0.26 58.06 0.97 0.38
Hex BD B7 3 0 3 62 1A 3A 61 26
Octal 275 267 3 0 3 142 32 72 141 46
Binary 10111101 10110111 11 0 11 1100010 11010 111010 1100001 100110

Color Harmonies of #BDB703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB703

Black with #BDB703

Text Example


Text Example

White with #BDB703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB703; }

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

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

background-color css

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

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

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

border-color css

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

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

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