Html Css Color HEX #BDB003 La Rioja

📋 copy color: '#BDB003'

red 189 ◦ green 176 ◦ blue 3

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

Shades of La Rioja #BDB003

Tints of La Rioja #BDB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.83%

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

R = 51.36%
G = 47.83%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB003 (or 0xBDB003) is known color: La Rioja. HEX triplet: BD, B0 and 03. RGB value is (189,176,3). Sum of RGB (Red+Green+Blue) = 189+176+3=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB003 is #424FFC. Grayscale: #A0A0A0. Windows color (decimal): -4345853 or 241853. OLE color: 241853.

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

Color convert

RGB 189 176 3 -
CMYK 0 0.07 0.98 0.26
HSL 55.81º 0.97% 0.38% -
HSV(B) 55.81º 0.98% 0.74% -
XYZ 36.53 41.88 6.24 -
YUV 160.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 189 176 3 0 0.07 0.98 0.26 55.81 0.97 0.38
Hex BD B0 3 0 7 62 1A 38 61 26
Octal 275 260 3 0 7 142 32 70 141 46
Binary 10111101 10110000 11 0 111 1100010 11010 111000 1100001 100110

Color Harmonies of #BDB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB003

Black with #BDB003

Text Example


Text Example

White with #BDB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB003; }

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

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

background-color css

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

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

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

border-color css

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

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

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