Html Css Color HEX #C3BD2B Barberry

📋 copy color: '#C3BD2B'

red 195 ◦ green 189 ◦ blue 43

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

Shades of Barberry #C3BD2B

Tints of Barberry #C3BD2B

RGB

 RED value IS 195 (76.56% from 255) = 45.67%

 GREEN value IS 189 (74.22% from 255) = 44.26%

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 45.67%
G = 44.26%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3BD2B (or 0xC3BD2B) is known color: Barberry. HEX triplet: C3, BD and 2B. RGB value is (195,189,43). Sum of RGB (Red+Green+Blue) = 195+189+43=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD2B is #3C42D4. Grayscale: #AEAEAE. Windows color (decimal): -3949269 or 2866627. OLE color: 2866627.

HSL color Cylindrical-coordinate representation of color #C3BD2B: hue angle of 57.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3BD2B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 43 -
CMYK 0 0.03 0.78 0.24
HSL 57.63º 0.64% 0.47% -
HSV(B) 57.63º 0.78% 0.76% -
XYZ 41.14 48.17 9.42 -
YUV 174.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 195 189 43 0 0.03 0.78 0.24 57.63 0.64 0.47
Hex C3 BD 2B 0 3 4E 18 3A 40 2F
Octal 303 275 53 0 3 116 30 72 100 57
Binary 11000011 10111101 101011 0 11 1001110 11000 111010 1000000 101111

Color Harmonies of #C3BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD2B

Black with #C3BD2B

Text Example


Text Example

White with #C3BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD2B; }

 p { color: rgb(195,189,43); }

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

background-color css

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

 a { background-color: rgb(195,189,43); }

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

border-color css

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

 span { border-color: rgb(195,189,43); }

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