Html Css Color HEX #BDB10A La Rioja

📋 copy color: '#BDB10A'

red 189 ◦ green 177 ◦ blue 10

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

Shades of La Rioja #BDB10A

Tints of La Rioja #BDB10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 50.27%
G = 47.07%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB10A (or 0xBDB10A) is known color: La Rioja. HEX triplet: BD, B1 and 0A. RGB value is (189,177,10). Sum of RGB (Red+Green+Blue) = 189+177+10=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB10A is #424EF5. Grayscale: #A2A2A2. Windows color (decimal): -4345590 or 700861. OLE color: 700861.

HSL color Cylindrical-coordinate representation of color #BDB10A: hue angle of 55.98º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDB10A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 10 -
CMYK 0 0.06 0.95 0.26
HSL 55.98º 0.9% 0.39% -
HSV(B) 55.98º 0.95% 0.74% -
XYZ 36.76 42.29 6.51 -
YUV 161.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 189 177 10 0 0.06 0.95 0.26 55.98 0.9 0.39
Hex BD B1 A 0 6 5F 1A 38 5A 27
Octal 275 261 12 0 6 137 32 70 132 47
Binary 10111101 10110001 1010 0 110 1011111 11010 111000 1011010 100111

Color Harmonies of #BDB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB10A

Black with #BDB10A

Text Example


Text Example

White with #BDB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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