Html Css Color HEX #BDB312 La Rioja

📋 copy color: '#BDB312'

red 189 ◦ green 179 ◦ blue 18

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

Shades of La Rioja #BDB312

Tints of La Rioja #BDB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.37%

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 48.96%
G = 46.37%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDB312 (or 0xBDB312) is known color: La Rioja. HEX triplet: BD, B3 and 12. RGB value is (189,179,18). Sum of RGB (Red+Green+Blue) = 189+179+18=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB312 is #424CED. Grayscale: #A4A4A4. Windows color (decimal): -4345070 or 1225661. OLE color: 1225661.

HSL color Cylindrical-coordinate representation of color #BDB312: hue angle of 56.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB312 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 18 -
CMYK 0 0.05 0.90 0.26
HSL 56.49º 0.83% 0.41% -
HSV(B) 56.49º 0.9% 0.74% -
XYZ 37.22 43.1 6.93 -
YUV 163.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 189 179 18 0 0.05 0.90 0.26 56.49 0.83 0.41
Hex BD B3 12 0 5 5A 1A 38 53 29
Octal 275 263 22 0 5 132 32 70 123 51
Binary 10111101 10110011 10010 0 101 1011010 11010 111000 1010011 101001

Color Harmonies of #BDB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB312

Black with #BDB312

Text Example


Text Example

White with #BDB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB312; }

 p { color: rgb(189,179,18); }

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

background-color css

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

 a { background-color: rgb(189,179,18); }

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

border-color css

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

 span { border-color: rgb(189,179,18); }

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