Html Css Color HEX #BDB104 La Rioja

📋 copy color: '#BDB104'

red 189 ◦ green 177 ◦ blue 4

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

Shades of La Rioja #BDB104

Tints of La Rioja #BDB104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.84%

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

R = 51.08%
G = 47.84%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BDB104 (or 0xBDB104) is known color: La Rioja. HEX triplet: BD, B1 and 04. RGB value is (189,177,4). Sum of RGB (Red+Green+Blue) = 189+177+4=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB104 is #424EFB. Grayscale: #A1A1A1. Windows color (decimal): -4345596 or 307645. OLE color: 307645.

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

Color convert

RGB 189 177 4 -
CMYK 0 0.06 0.98 0.26
HSL 56.11º 0.96% 0.38% -
HSV(B) 56.11º 0.98% 0.74% -
XYZ 36.73 42.27 6.34 -
YUV 160.87 39.48 148.07 -
System Red Green Blue C M Y K H S L
Decimal 189 177 4 0 0.06 0.98 0.26 56.11 0.96 0.38
Hex BD B1 4 0 6 62 1A 38 60 26
Octal 275 261 4 0 6 142 32 70 140 46
Binary 10111101 10110001 100 0 110 1100010 11010 111000 1100000 100110

Color Harmonies of #BDB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB104

Black with #BDB104

Text Example


Text Example

White with #BDB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB104; }

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

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

background-color css

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

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

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

border-color css

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

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

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