Html Css Color HEX #BDB102 La Rioja

📋 copy color: '#BDB102'

red 189 ◦ green 177 ◦ blue 2

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

Shades of La Rioja #BDB102

Tints of La Rioja #BDB102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 51.36%
G = 48.1%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDB102 (or 0xBDB102) is known color: La Rioja. HEX triplet: BD, B1 and 02. RGB value is (189,177,2). Sum of RGB (Red+Green+Blue) = 189+177+2=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB102 is #424EFD. Grayscale: #A1A1A1. Windows color (decimal): -4345598 or 176573. OLE color: 176573.

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

Color convert

RGB 189 177 2 -
CMYK 0 0.06 0.99 0.26
HSL 56.15º 0.98% 0.37% -
HSV(B) 56.15º 0.99% 0.74% -
XYZ 36.72 42.27 6.28 -
YUV 160.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 189 177 2 0 0.06 0.99 0.26 56.15 0.98 0.37
Hex BD B1 2 0 6 63 1A 38 62 25
Octal 275 261 2 0 6 143 32 70 142 45
Binary 10111101 10110001 10 0 110 1100011 11010 111000 1100010 100101

Color Harmonies of #BDB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB102

Black with #BDB102

Text Example


Text Example

White with #BDB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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