Html Css Color HEX #BDB817 La Rioja

📋 copy color: '#BDB817'

red 189 ◦ green 184 ◦ blue 23

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

Shades of La Rioja #BDB817

Tints of La Rioja #BDB817

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 23 (9.38% from 255) = 5.81%

R = 47.73%
G = 46.46%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB817 (or 0xBDB817) is known color: La Rioja. HEX triplet: BD, B8 and 17. RGB value is (189,184,23). Sum of RGB (Red+Green+Blue) = 189+184+23=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB817 is #4247E8. Grayscale: #A7A7A7. Windows color (decimal): -4343785 or 1554621. OLE color: 1554621.

HSL color Cylindrical-coordinate representation of color #BDB817: hue angle of 58.19º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB817 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 23 -
CMYK 0 0.03 0.88 0.26
HSL 58.19º 0.78% 0.42% -
HSV(B) 58.19º 0.88% 0.74% -
XYZ 38.28 45.16 7.51 -
YUV 167.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 189 184 23 0 0.03 0.88 0.26 58.19 0.78 0.42
Hex BD B8 17 0 3 58 1A 3A 4E 2A
Octal 275 270 27 0 3 130 32 72 116 52
Binary 10111101 10111000 10111 0 11 1011000 11010 111010 1001110 101010

Color Harmonies of #BDB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB817

Black with #BDB817

Text Example


Text Example

White with #BDB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB817; }

 p { color: rgb(189,184,23); }

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

background-color css

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

 a { background-color: rgb(189,184,23); }

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

border-color css

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

 span { border-color: rgb(189,184,23); }

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