Html Css Color HEX #B7AD02 La Rioja

📋 copy color: '#B7AD02'

red 183 ◦ green 173 ◦ blue 2

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

Shades of La Rioja #B7AD02

Tints of La Rioja #B7AD02

RGB

 RED value IS 183 (71.88% from 255) = 51.12%

 GREEN value IS 173 (67.97% from 255) = 48.32%

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

R = 51.12%
G = 48.32%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B7AD02 (or 0xB7AD02) is known color: La Rioja. HEX triplet: B7, AD and 02. RGB value is (183,173,2). Sum of RGB (Red+Green+Blue) = 183+173+2=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD02 is #4852FD. Grayscale: #9D9D9D. Windows color (decimal): -4739838 or 175543. OLE color: 175543.

HSL color Cylindrical-coordinate representation of color #B7AD02: hue angle of 56.69º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7AD02 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 2 -
CMYK 0 0.05 0.99 0.28
HSL 56.69º 0.98% 0.36% -
HSV(B) 56.69º 0.99% 0.72% -
XYZ 34.48 39.96 5.95 -
YUV 156.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 183 173 2 0 0.05 0.99 0.28 56.69 0.98 0.36
Hex B7 AD 2 0 5 63 1C 39 62 24
Octal 267 255 2 0 5 143 34 71 142 44
Binary 10110111 10101101 10 0 101 1100011 11100 111001 1100010 100100

Color Harmonies of #B7AD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD02

Black with #B7AD02

Text Example


Text Example

White with #B7AD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD02; }

 p { color: rgb(183,173,2); }

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

background-color css

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

 a { background-color: rgb(183,173,2); }

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

border-color css

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

 span { border-color: rgb(183,173,2); }

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